Math.minFinite Method
Returns the minimum finite number out of all values passed.
This method is static.
Parameters
- values
-
Type: Object - May be null
Any number of values or arrays of values.
Return Value
Type: Number
The minimum finite number, or Number.POSITIVE_INFINITY if none.